SftTree/NET 2.0

EditIgnore Property, ItemClass Class

Softel vdm, Inc.

Defines whether the cells in this item are ignored for cell editing.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public Property EditIgnore As Boolean

C#   

public bool EditIgnore { get; set; }

C++   

public: property bool EditIgnore {
        bool get();
        void set(bool value);
}

Property Value

True if cells in this item are ignored for cell editing and cannot be edited using the CellClass.Edit method and the EditNavigate method will skip this item.
Otherwise False if cells in this item can be edited.

The default value is False.

Comments

The EditIgnore property defines whether the cells in this item are ignored for cell editing.

This method can only be used for items in the item area.

Individual cells can disable cell editing using the CellBaseClass.EditIgnore property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com